Change domain to junv.cc

This commit is contained in:
2024-03-21 06:52:51 +11:00
parent 6538c933f9
commit 1bba3726d4
4 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ spec:
env:
SIGNUPS_ALLOWED: true
DATA_FOLDER: /data
DOMAIN: https://bitwarden.junv.me
DOMAIN: https://bitwarden.junv.cc
resources:
limits:
cpu: 200m
@@ -38,13 +38,13 @@ spec:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-body-size: 50m
hosts:
- host: bitwarden.junv.me
- host: bitwarden.junv.cc
paths:
- path: /
tls:
- secretName: bitwarden-tls
hosts:
- bitwarden.junv.me
- bitwarden.junv.cc
postgresql:
enabled: false
persistence:
+3 -3
View File
@@ -22,7 +22,7 @@ spec:
ingress:
enabled: true
hosts:
- k8s.junv.me
- k8s.junv.cc
ingressClassName: nginx
issuer:
name: letsencrypt-prod
@@ -31,8 +31,8 @@ spec:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-body-size: 1024m
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.me/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.me/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
cert-manager:
enabled: false
nginx:
+3 -3
View File
@@ -38,10 +38,10 @@ spec:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-body-size: 102400m
# nginx.ingress.kubernetes.io/auth-url: "https://id.junv.me/oauth2/auth"
# nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.me/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
# nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth"
# nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
path: /
hostname: minio.junv.me
hostname: minio.junv.cc
tls: true
certManager: true
+4 -4
View File
@@ -18,8 +18,8 @@ spec:
# github credentials
# existingSecret: oauth2-proxy-creds
extraArgs:
whitelist-domain: .junv.me
cookie-domain: .junv.me
whitelist-domain: .junv.cc
cookie-domain: .junv.cc
provider: google
silence-ping-logging: true
email-domain: ".gmail.com"
@@ -33,7 +33,7 @@ spec:
enabled: true
path: /
hosts:
- id.junv.me
- id.junv.cc
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
@@ -41,7 +41,7 @@ spec:
tls:
- secretName: oauth2-proxy
hosts:
- id.junv.me
- id.junv.cc
erviceAccount:
enable: false
replicaCount: 1