fix(goff): config file name

This commit is contained in:
David Landry 2024-09-04 15:42:49 -04:00
parent 00ebbd8e71
commit 858f037306

View file

@ -38,7 +38,7 @@ spec:
image: gofeatureflag/go-feature-flag:latest
command: ["go-feature-flag-relay-proxy", "--config", "/goff/config.yaml"]
volumeMounts:
- name: goff-relay-config
- name: config
mountPath: /goff/config.yaml
- name: default-flags
mountPath: /goff/default-flags.yaml
@ -95,7 +95,7 @@ spec:
service:
name: goff
port:
number: http
name: http
path: /
pathType: Prefix