Skip to content

Commit

Permalink
k8sで外部公開2
Browse files Browse the repository at this point in the history
  • Loading branch information
masebb committed Feb 9, 2024
1 parent 34e3283 commit e44f7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifest/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ metadata:
labels:
name: powerfulfamily
name: powerfulfamily
annotations:
#metallb.universe.tf/loadBalancerIPs: 202.226.4.163,2403:bd80:c000:1600::a:3
spec:
selector:
app: powerfulfamily
Expand Down
3 changes: 3 additions & 0 deletions manifest/app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
cert-manager.io/issuer: "letsencrypt-prod"
spec:
ingressClassName: external-nginx
tls:
- hosts: powerfulfamily.net
secretName: letsencrypt-prod
rules:
- host: powerfulfamily.net
http:
Expand Down

0 comments on commit e44f7f8

Please sign in to comment.