comparison deploy.yaml @ 19:5751ef191454

read from github into local graph
author drewp@bigasterisk.com
date Sun, 09 Jan 2022 16:02:08 -0800
parents 6f38aa08408d
children b59912649fc4
comparison
equal deleted inserted replaced
18:6f38aa08408d 19:5751ef191454
18 command: 18 command:
19 - pnpx 19 - pnpx
20 - vite 20 - vite
21 - --mode=dev 21 - --mode=dev
22 ports: 22 ports:
23 - containerPort: 3000 23 - containerPort: 3000
24 # - name: reposync 24 - name: github-status
25 # image: bang5:5000/reposync_image 25 image: bang5:5000/reposync_image
26 # imagePullPolicy: "Always" 26 ports:
27 # securityContext: {capabilities: {add: [SYS_PTRACE]}} 27 - containerPort: 8000
28 # ports: 28 command:
29 # - containerPort: 10001 29 - python3
30 - repo_github_status.py
31 - "-v"
30 # volumeMounts: 32 # volumeMounts:
31 # - {name: my, mountPath: /my} 33 # - {name: my, mountPath: /my}
32 34
33 volumes: 35 volumes:
34 - { name: my, persistentVolumeClaim: { claimName: my } } 36 - { name: my, persistentVolumeClaim: { claimName: my } }
46 metadata: 48 metadata:
47 name: reposync 49 name: reposync
48 spec: 50 spec:
49 ports: 51 ports:
50 - { port: 80, targetPort: 3000, name: http } 52 - { port: 80, targetPort: 3000, name: http }
53 - { port: 8000, targetPort: 8000, name: localrepos }
51 selector: 54 selector:
52 app: reposync 55 app: reposync