specify namespace
ci / build (push) Failing after 11s
Details
ci / build (push) Failing after 11s
Details
This commit is contained in:
parent
cb8965f69d
commit
c735576599
|
@ -2,6 +2,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: link2cid
|
name: link2cid
|
||||||
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: link2cid
|
app: link2cid
|
||||||
|
@ -21,6 +22,7 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: link2cid
|
name: link2cid
|
||||||
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
|
@ -52,6 +54,7 @@ apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: link2cid
|
name: link2cid
|
||||||
|
namespace: default
|
||||||
annotations:
|
annotations:
|
||||||
meta.helm.sh/release-name: fp
|
meta.helm.sh/release-name: fp
|
||||||
meta.helm.sh/release-namespace: default
|
meta.helm.sh/release-namespace: default
|
||||||
|
|
Loading…
Reference in New Issue