Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parinpan authored Mar 10, 2024
1 parent d173779 commit a6d22f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
labels:
app: fachrin-web
spec:
serviceAccountName: k3s-fachrin-sa
replicas: 1
selector:
matchLabels:
Expand Down Expand Up @@ -43,6 +44,7 @@ metadata:
name: web
namespace: fachrin
spec:
serviceAccountName: k3s-fachrin-sa
ports:
- port: 9000
targetPort: 9000
Expand All @@ -59,6 +61,7 @@ metadata:
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-universal"
spec:
serviceAccountName: k3s-fachrin-sa
ingressClassName: nginx
tls:
- hosts:
Expand Down

0 comments on commit a6d22f0

Please sign in to comment.