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

Revert "fix(ingress-nginx): Force ndots in ingress controller"

This patch did not have the expected effect, therefore it's removed
again.

This reverts commit a30a13ba.
parent a30a13ba
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ metadata: ...@@ -4,7 +4,6 @@ metadata:
name: goharbor name: goharbor
labels: labels:
name: goharbor name: goharbor
pod-security.kubernetes.io/audit: restricted
--- ---
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
......
...@@ -4,7 +4,6 @@ metadata: ...@@ -4,7 +4,6 @@ metadata:
name: matrix name: matrix
labels: labels:
name: matrix name: matrix
pod-security.kubernetes.io/audit: restricted
--- ---
apiVersion: v1 apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
......
...@@ -46,10 +46,6 @@ data: ...@@ -46,10 +46,6 @@ data:
hsts-include-subdomains: false hsts-include-subdomains: false
enable-brotli: "true" enable-brotli: "true"
use-http2: "true" use-http2: "true"
dnsConfig:
options:
- name: ndots
value: "1"
replicaCount: 2 replicaCount: 2
minAvailable: 1 minAvailable: 1
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment