cleanup of kube stuff
This commit is contained in:
parent
efad73a1a4
commit
7a4d06bbef
@ -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
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: blog
|
||||
namespace: blog
|
||||
name: blog
|
||||
namespace: blog
|
||||
spec:
|
||||
containers:
|
||||
- name: blog
|
||||
image: git.aridgwayweb.com/armistace/blog:latest
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: blog
|
||||
image: git.aridgwayweb.com/armistace/blog:latest
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
Loading…
x
Reference in New Issue
Block a user