mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 16:59:43 +00:00
Fix configmap for nip.io
This commit is contained in:
parent
4d1f2377dd
commit
6d23baa193
1 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
name: nip-io
|
||||
volumeMounts:
|
||||
- name: backend-conf
|
||||
- name: config
|
||||
mountPath: /usr/local/bin/backend.conf
|
||||
subPath: backend.conf
|
||||
ports:
|
||||
|
|
@ -46,6 +46,10 @@ spec:
|
|||
- containerPort: 53
|
||||
name: dns-udp
|
||||
protocol: UDP
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: nip-io
|
||||
---
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue