Add: amane
Some checks failed
Lint yaml / build-package (push) Failing after 10s

This commit is contained in:
2024-11-06 11:22:24 +00:00
parent 5140fe276f
commit 281d770e35
10 changed files with 253 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: amane-frontend
labels:
app: amane-frontend
spec:
type: ClusterIP
selector:
app: amane-frontend
ports:
- name: http
port: 80
targetPort: 3000