Skip to content

Commit

Permalink
feat(k8s/release): ingress 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaegii committed Sep 13, 2024
1 parent 6a80bd9 commit 0a6c4b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions k8s/release/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
namespace: grass-diary-backend-release
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
tls:
- hosts:
Expand All @@ -20,5 +19,5 @@ spec:
backend:
service:
name: spring-boot-app-svc
port:
port:
number: 80

0 comments on commit 0a6c4b8

Please sign in to comment.