Skip to content
Snippets Groups Projects
Verified Commit 563c61a5 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(shared): Use NAS IP directly

parent da3b1f25
No related branches found
No related tags found
No related merge requests found
...@@ -7,17 +7,11 @@ spec: ...@@ -7,17 +7,11 @@ spec:
- Ingress - Ingress
ingress: ingress:
- to: - to:
- namespaceSelector: - ipBlock:
matchLabels: cidr: 192.168.100.60/32
kubernetes.io/metadata.name: nginx-system
podSelector:
matchLabels:
app.kubernetes.io/name: haproxy
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 9000
- protocol: TCP
port: 443
- to: - to:
podSelector: podSelector:
matchLabels: matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment