Compare commits
2 commits
5d050ae413
...
b18a873157
Author | SHA1 | Date | |
---|---|---|---|
b18a873157 | |||
527346566b |
3 changed files with 36 additions and 0 deletions
|
@ -25,11 +25,19 @@ spec:
|
||||||
authentik:
|
authentik:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
|
nginx.ingress.kubernetes.io/server-snippet: |
|
||||||
|
add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
|
||||||
hosts:
|
hosts:
|
||||||
- host: auth.hxme.net
|
- host: auth.hxme.net
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- auth.hxme.net
|
||||||
|
secretName: wildcard-hxme-net
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
|
|
23
applications/80-private/private.yaml
Normal file
23
applications/80-private/private.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: home-server-private
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://repobase.net/j/home-server-private.git
|
||||||
|
path: .
|
||||||
|
targetRevision: HEAD
|
||||||
|
kustomize:
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: home-server-private
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
prune: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
|
|
@ -49,6 +49,11 @@ spec:
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
wave: 8
|
wave: 8
|
||||||
|
|
||||||
|
- name: deploy-private
|
||||||
|
path: applications/80-private
|
||||||
|
namespace: home-server-private
|
||||||
|
wave: 9
|
||||||
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{.name}}"
|
name: "{{.name}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue