Skip to content

Commit

Permalink
feat: switch all ingress to to letsencrypt-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Dec 5, 2021
1 parent a633363 commit 7c37cdb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/hajimari/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hajimari:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: home.khuedoan.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion apps/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jellyfin:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: jellyfin.khuedoan.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion apps/paperless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ paperless:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: paperless.khuedoan.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion apps/seafile/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ seafile:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: seafile.khuedoan.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Ingress
metadata:
name: argocd-server
labels:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
spec:
ingressClassName: nginx
rules:
Expand Down
2 changes: 1 addition & 1 deletion platform/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authentik:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: &host authentik.khuedoan.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion platform/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gitea:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: git.khuedoan.com
paths:
Expand Down
2 changes: 1 addition & 1 deletion platform/tekton-pipelines/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: tekton-dashboard
namespace: tekton-pipelines
labels:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
spec:
ingressClassName: nginx
rules:
Expand Down
2 changes: 1 addition & 1 deletion platform/vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vault:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
cert-manager.io/cluster-issuer: "letsencrypt-staging"
hosts:
- host: vault.khuedoan.com
tls:
Expand Down

0 comments on commit 7c37cdb

Please sign in to comment.