Skip to content

Commit

Permalink
Merge pull request #94 from CodeForPhilly/releases/k8s-manifests
Browse files Browse the repository at this point in the history
Deploy releases/k8s-manifests 23bdf37
  • Loading branch information
themightychris committed May 10, 2023
2 parents ad66f1e + 23bdf37 commit 07bbc00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third-places/Deployment/third-places-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
app.kubernetes.io/name: third-places
spec:
containers:
- image: 'ghcr.io/codeforphilly/third-places/frontend:0.1.10'
- image: 'ghcr.io/codeforphilly/third-places/frontend:0.1.11'
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion third-places/Deployment/third-places.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
secretKeyRef:
key: POSTGRES_PASSWORD
name: postgresql
image: 'ghcr.io/codeforphilly/third-places:0.1.10'
image: 'ghcr.io/codeforphilly/third-places:0.1.11'
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
7 changes: 7 additions & 0 deletions third-places/Ingress/third-places.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ spec:
name: http
path: /admin/
pathType: Prefix
- backend:
service:
name: third-places
port:
name: http
path: /static/admin/
pathType: Prefix
tls:
- hosts:
- third-places.live.k8s.phl.io
Expand Down

0 comments on commit 07bbc00

Please sign in to comment.