Skip to content

Commit

Permalink
Fix: base kube
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiansmn committed Nov 27, 2023
1 parent 4484033 commit 629a5ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 10 additions & 10 deletions infra/application/base/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ spec:
name: city-connect
port:
number: 8080
- host: city-connect-javadoc.bastian-somon.fr
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: city-connect-javadoc
port:
number: 80
# - host: city-connect-javadoc.bastian-somon.fr
# http:
# paths:
# - path: /
# pathType: Prefix
# backend:
# service:
# name: city-connect-javadoc
# port:
# number: 80
2 changes: 2 additions & 0 deletions infra/application/base/kustomization.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: city-connect

resources:
- ingress.yml
- backend/service.yml
Expand Down

0 comments on commit 629a5ac

Please sign in to comment.