fix(goff): config file name
This commit is contained in:
parent
00ebbd8e71
commit
858f037306
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue