mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
testing my gitops v2
This commit is contained in:
parent
0d7783eadb
commit
4e579f7e07
1 changed files with 26 additions and 0 deletions
26
deployment.yml
Normal file
26
deployment.yml
Normal 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: {}
|
Loading…
Reference in a new issue