Skip to content

Commit

Permalink
Revert removal of TCP and UDP support configmaps in mandatroy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sungmincs committed Dec 4, 2018
1 parent 976e785 commit 5febf3e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions deploy/mandatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ metadata:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx

---
kind: ConfigMap
apiVersion: v1
metadata:
name: tcp-services
namespace: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx

---
apiVersion: v1
metadata:
name: udp-services
namespace: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx

---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit 5febf3e

Please sign in to comment.