+ app test

This commit is contained in:
2025-11-17 21:22:05 +01:00
parent eee91b2f42
commit abe91231a5
4 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: simple-deployment
spec:
replicas: 1
selector:
matchLabels:
app: trivial-go-web-app
template:
metadata:
labels:
app: trivial-go-web-app
spec:
containers:
- name: webserver-simple
image: docker.io/kostiscodefresh/simple-web-app:3d9b390
ports:
- containerPort: 8080