wip: reworking manifests
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
replicaCount: 1
|
||||
https:
|
||||
enabled: false
|
||||
grpc:
|
||||
enabled: false
|
||||
|
||||
configSecret:
|
||||
create: true
|
||||
name: ""
|
||||
config: {}
|
||||
|
||||
volumes:
|
||||
- name: web
|
||||
persistentVolumeClaim:
|
||||
claimName: oceanbox-dex
|
||||
volumeMounts:
|
||||
- name: web
|
||||
mountPath: /srv/dex/web
|
||||
envVars: []
|
||||
|
||||
service:
|
||||
annotations: {}
|
||||
type: ClusterIP
|
||||
clusterIP: ""
|
||||
ports:
|
||||
http:
|
||||
port: 5556
|
||||
nodePort:
|
||||
https:
|
||||
port: 5554
|
||||
nodePort:
|
||||
grpc:
|
||||
port: 5557
|
||||
nodePort:
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
hosts:
|
||||
- host: idp.srv.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: dex-tls
|
||||
hosts:
|
||||
- idp.srv.oceanbox.io
|
||||
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user