Upload docker image to GHCR & deploy to kubernetes cluster

This commit is contained in:
2024-03-03 18:10:46 +01:00
parent 71e053297e
commit 6d2550f2f3
8 changed files with 202 additions and 19 deletions

18
.kubernetes/service.yml Normal file
View File

@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
labels:
app: planet-frontend
name: planet-frontend-service
namespace: planet
spec:
selector:
app: planet-frontend
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 3000
sessionAffinity: None