first commit

This commit is contained in:
gwg313 2025-11-20 10:12:47 -05:00
commit c943e81b7b
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
14 changed files with 207 additions and 0 deletions

19
A3/base/deployment.yaml Normal file
View file

@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: A3
spec:
replicas: 1
selector:
matchLabels:
app: A3
template:
metadata:
labels:
app: A3
spec:
containers:
- name: A3
image: harbor.example.com/simple-demo/simple-demo:dev-placeholder
ports:
- containerPort: 3000