Compare commits
No commits in common. "5ebd7020dc8d60eeeb1124e83c668893be6384dc" and "8bfad21bea0c8d17c46499378397c9f4118d5803" have entirely different histories.
5ebd7020dc
...
8bfad21bea
|
@ -32,13 +32,11 @@ spec:
|
||||||
path: /api/v1/app/version
|
path: /api/v1/app/version
|
||||||
port: http
|
port: http
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 60
|
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/app/version
|
path: /api/v1/app/version
|
||||||
port: http
|
port: http
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
initialDelaySeconds: 60
|
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /api/v1/app/version
|
path: /api/v1/app/version
|
||||||
|
|
|
@ -73,40 +73,12 @@ spec:
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
|
||||||
name: docs-qvs-redirect
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
external-dns.alpha.kubernetes.io/hostname: docs.distrust.co
|
|
||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
|
||||||
nginx.ingress.kubernetes.io/permanent-redirect: https://trove.distrust.co
|
|
||||||
spec:
|
|
||||||
ingressClassName: nginx
|
|
||||||
rules:
|
|
||||||
- host: docs.distrust.co
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /qkm
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: docs
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- docs.distrust.co
|
|
||||||
secretName: docs-tls
|
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
metadata:
|
||||||
name: docs-qvs
|
name: docs-qvs
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
external-dns.alpha.kubernetes.io/hostname: qvs.distrust.co
|
external-dns.alpha.kubernetes.io/hostname: qvs.distrust.co
|
||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||||
nginx.ingress.kubernetes.io/permanent-redirect: https://trove.distrust.co
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
@ -124,29 +96,3 @@ spec:
|
||||||
- hosts:
|
- hosts:
|
||||||
- qvs.distrust.co
|
- qvs.distrust.co
|
||||||
secretName: docs-qvs-tls
|
secretName: docs-qvs-tls
|
||||||
---
|
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: docs-trove
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
external-dns.alpha.kubernetes.io/hostname: trove.distrust.co
|
|
||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
|
||||||
spec:
|
|
||||||
ingressClassName: nginx
|
|
||||||
rules:
|
|
||||||
- host: trove.distrust.co
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: docs-qvs
|
|
||||||
port:
|
|
||||||
number: 80
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- trove.distrust.co
|
|
||||||
secretName: docs-trove-tls
|
|
||||||
|
|
Loading…
Reference in New Issue