Skip to content

Commit

Permalink
refactor: reorganize kubernetes manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
flohansen committed Jun 23, 2024
1 parent 312053e commit ab72df1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dasher-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx
rules:
Expand All @@ -16,3 +14,10 @@ spec:
name: web
path: /
pathType: Prefix
- backend:
service:
name: dasher-server-service
port:
name: web
path: /api
pathType: Prefix
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ resources:
- server.pvc.yaml
- server.pod.yaml
- server.svc.yaml
- web.deploy.yaml
- web.svc.yaml
- ingress.yaml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions deployment/kubernetes/web/kustomization.yaml

This file was deleted.

0 comments on commit ab72df1

Please sign in to comment.