Skip to content

Commit

Permalink
✨ cleaning up k8s mess
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Dec 16, 2024
1 parent 5380702 commit 37459b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion k8s/api/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ resources:
- api.yaml
- configmap.yaml
- health-alive-ingress.yaml
- service-proxy.yaml
- ingress-api.yaml
- ingress-callback.yaml
9 changes: 0 additions & 9 deletions k8s/api/base/service-proxy.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions k8s/auth-server/base/auth-server-configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ data:
{
"id": "decisions-endpoint",
"upstream": {
"url": "http://oathkeeper-api.oathkeeper.svc.cluster.local:4456"
"url": "http://oathkeeper-api:4456"
},
"match": {
"url": "http://oathkeeper-proxy.oathkeeper.svc.cluster.local/decisions",
"url": "http://oathkeeper-proxy/decisions",
"methods": ["GET"]
},
"authenticators": [
Expand Down
8 changes: 8 additions & 0 deletions k8s/nginx/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ spec:
enabled: true
extraArgs:
enable-ssl-passthrough: "true"
dnsPolicy: None
dnsConfig:
nameservers:
- 10.43.0.10
searches:
- svc.cluster.local
- cluster.local

0 comments on commit 37459b8

Please sign in to comment.