example(reddit-rss): add custom recipe example: reddit-rss
This commit is contained in:
22
custom-example/reddit-rss/reddit-rss-values.gomplate.yaml
Normal file
22
custom-example/reddit-rss/reddit-rss-values.gomplate.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
image:
|
||||
repository: {{ .Env.REDDIT_RSS_IMAGE }}
|
||||
tag: {{ .Env.REDDIT_RSS_IMAGE_TAG }}
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: traefik
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
hosts:
|
||||
- host: {{ .Env.REDDIT_RSS_HOST }}
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Env.REDDIT_RSS_HOST }}
|
||||
Reference in New Issue
Block a user