You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
416 B
23 lines
416 B
# |
|
# See this Helm chart for all options |
|
# https://github.com/benc-uk/helm-charts/tree/master/webapp |
|
# |
|
|
|
image: |
|
repository: ghcr.io/benc-uk/python-demoapp |
|
tag: latest |
|
pullPolicy: Always |
|
|
|
service: |
|
targetPort: 5000 |
|
type: LoadBalancer |
|
|
|
# |
|
# If you have an ingress controller set up |
|
# |
|
# ingress: |
|
# enabled: true |
|
# host: changeme.example.net |
|
# tls: |
|
# enabled: true |
|
# secretName: changeme-cert-secret
|
|
|