Skip to content

Commit

Permalink
feat: update deploy example
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDones committed Dec 21, 2024
1 parent fbfaa65 commit 697009c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions charts/generic-app/values.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ service:
# port: 9090
# protocol: TCP

ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
# -- Port name as defined in the service.ports section
portName: http
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

envFrom: []
# - configMapRef:
# name: '{{ include "generic-app.fullname" . }}'
Expand Down

0 comments on commit 697009c

Please sign in to comment.