initial commit

This commit is contained in:
2024-10-13 14:02:02 +00:00
commit a3cabb6229
33 changed files with 18981 additions and 0 deletions

View File

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