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
|
image: gofeatureflag/go-feature-flag:latest
|
||||||
command: ["go-feature-flag-relay-proxy", "--config", "/goff/config.yaml"]
|
command: ["go-feature-flag-relay-proxy", "--config", "/goff/config.yaml"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: goff-relay-config
|
- name: config
|
||||||
mountPath: /goff/config.yaml
|
mountPath: /goff/config.yaml
|
||||||
- name: default-flags
|
- name: default-flags
|
||||||
mountPath: /goff/default-flags.yaml
|
mountPath: /goff/default-flags.yaml
|
||||||
|
|
@ -95,7 +95,7 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: goff
|
name: goff
|
||||||
port:
|
port:
|
||||||
number: http
|
name: http
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue