1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 22:09:41 +00:00

Fix configmap for nip.io

This commit is contained in:
Emma 2020-02-02 09:30:13 -07:00
parent 4d1f2377dd
commit 6d23baa193
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -36,7 +36,7 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: nip-io name: nip-io
volumeMounts: volumeMounts:
- name: backend-conf - name: config
mountPath: /usr/local/bin/backend.conf mountPath: /usr/local/bin/backend.conf
subPath: backend.conf subPath: backend.conf
ports: ports:
@ -46,6 +46,10 @@ spec:
- containerPort: 53 - containerPort: 53
name: dns-udp name: dns-udp
protocol: UDP protocol: UDP
volumes:
- name: config
configMap:
name: nip-io
--- ---
kind: Service kind: Service
apiVersion: v1 apiVersion: v1