cleanup of kube stuff
This commit is contained in:
parent
92dd043b35
commit
859c40c55c
@ -1,25 +1,13 @@
|
|||||||
#apiVersion: v1
|
|
||||||
#data:
|
|
||||||
# .dockerconfigjson: eyJhdXRocyI6eyJnaXQuYXJpZGd3YXl3ZWIuY29tIjp7InVzZXJuYW1lIjoiYXJtaXN0YWNlIiwicGFzc3dvcmQiOiJDQHYqTjRvUDYvZXRjU3V4d1Y4c3g5c1x1MDAyNmMjRnRjIiwiZW1haWwiOiJhcjE3Nzg3QGdtYWlsLmNvbSIsImF1dGgiOiJZWEp0YVhOMFlXTmxPa05BZGlwT05HOVFOaTlsZEdOVGRYaDNWamh6ZURsekptTWpSblJqIn19fQ==
|
|
||||||
#kind: Secret
|
|
||||||
#metadata:
|
|
||||||
# creationTimestamp: "2024-08-13T01:07:13Z"
|
|
||||||
# name: regcred
|
|
||||||
# namespace: blog
|
|
||||||
# resourceVersion: "987829"
|
|
||||||
# uid: 7ab6187c-3569-4126-a2cf-b004f1ec4754
|
|
||||||
#type: kubernetes.io/dockerconfigjson
|
|
||||||
#---
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: blog
|
name: blog
|
||||||
namespace: blog
|
namespace: blog
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: blog
|
- name: blog
|
||||||
image: git.aridgwayweb.com/armistace/blog:latest
|
image: git.aridgwayweb.com/armistace/blog:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
Loading…
x
Reference in New Issue
Block a user