Skip to content

Commit

Permalink
fixed the ingress configuration being left unchanged despite the cale…
Browse files Browse the repository at this point in the history
…ndar being removed
  • Loading branch information
CommanderStorm committed Jan 24, 2024
1 parent a707884 commit db2efca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions deployment/k3s/templates/networking/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ spec:
services:
- name: feedback-svc
port: 3004
- kind: Rule
match: Host(`{{ $.Values.url }}`) && PathPrefix(`/api/calendar/`)
services:
- name: calendar-svc
port: 3005
- kind: Rule
match: Host(`{{ $.Values.url }}`) && PathPrefix(`/api/`)
services:
Expand Down
18 changes: 0 additions & 18 deletions deployment/k3s/templates/networking/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@ spec:
---
apiVersion: v1
kind: Service
metadata:
name: calendar-svc
labels:
app.kubernetes.io/part-of: navigatum
app.kubernetes.io/name: calendar
namespace: {{ $.Values.namespace }}
spec:
type: ClusterIP
selector:
app.kubernetes.io/part-of: navigatum
app.kubernetes.io/name: calendar
ports:
- name: http
port: 3005
targetPort: 3005
---
apiVersion: v1
kind: Service
metadata:
name: maps-svc
labels:
Expand Down

0 comments on commit db2efca

Please sign in to comment.