feat: adding to service instead
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-29 22:45:17 +02:00
parent 63e7ef1c63
commit b016bfcc5d
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ kind: Service
metadata:
name: "{{ service_name }}"
namespace: {{ cluster_namespace }}
annotations:
traefik.ingress.kubernetes.io/service.serversscheme: h2c
spec:
selector:
app: {{ service_name }}