mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 20:59:42 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue