28 lines
527 B
YAML
28 lines
527 B
YAML
|
|
replicaCount: 1
|
||
|
|
|
||
|
|
image:
|
||
|
|
repository: nginx
|
||
|
|
tag: alpine
|
||
|
|
pullPolicy: IfNotPresent
|
||
|
|
|
||
|
|
service:
|
||
|
|
type: ClusterIP
|
||
|
|
port: 80
|
||
|
|
|
||
|
|
ingress:
|
||
|
|
enabled: true
|
||
|
|
className: nginx
|
||
|
|
annotations:
|
||
|
|
cert-manager.io/cluster-issuer: letsencrypt-nginx-production
|
||
|
|
tls:
|
||
|
|
- secretName: console-tls
|
||
|
|
hosts:
|
||
|
|
- console.staging.jamkazam.com
|
||
|
|
hosts:
|
||
|
|
- console.staging.jamkazam.com
|
||
|
|
|
||
|
|
links:
|
||
|
|
authelia: https://idp.staging.jamkazam.com
|
||
|
|
monitoring: https://monitoring.video.jamkazam.com
|
||
|
|
argocd: https://cd.video.jamkazam.com
|