resolve symlink

This commit is contained in:
2020-11-21 12:36:08 +01:00
parent 9919c261f1
commit af626f35c4
3 changed files with 12 additions and 3 deletions

View File

@ -18,6 +18,8 @@ spec:
- /config/config.yml
image: adphi/go-repo
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8888
volumeMounts:
- mountPath: /config
name: config
@ -51,5 +53,6 @@ spec:
selector:
app: go-repo
ports:
- port: 8888
- port: 80
targetPort: 8888
type: LoadBalancer