testing my gitops v2

This commit is contained in:
Piasecki-grid 2025-03-27 19:20:27 +01:00
parent 0d7783eadb
commit 4e579f7e07

26
deployment.yml Normal file
View file

@ -0,0 +1,26 @@
apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: test2
name: test2
spec:
replicas: 1
selector:
matchLabels:
app: test1
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: test2
spec:
containers:
- image: gridacr1246213.azurecr.io/grid-capstone:5f73f01916265eb683c41760566961d4b8602568
name: hello-world
resources: {}
imagePullSecrets:
- name: tokensecret
status: {}