Compare commits

..

No commits in common. "b18a87315742b41639ec7022941c15fec05e9c7d" and "5d050ae413ec4f31e1d0624d655eee2756f1bcbe" have entirely different histories.

3 changed files with 0 additions and 36 deletions

View file

@ -25,19 +25,11 @@ 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

View file

@ -1,23 +0,0 @@
---
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

View file

@ -49,11 +49,6 @@ 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}}"