mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
32 lines
528 B
YAML
32 lines
528 B
YAML
trow:
|
|
domain: reg.dc
|
|
validation:
|
|
enabled: false
|
|
allowDocker: false
|
|
allowKubernetes: true
|
|
proxyDockerHub: true
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8000
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
|
traefik.ingress.kubernetes.io/router.tls: 'true'
|
|
hosts:
|
|
- paths: ['/']
|
|
host: reg.dc
|
|
tls:
|
|
- secretName: chart-example-tls
|
|
hosts:
|
|
- reg.dc
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 64Mi
|