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
|
||||
metadata:
|
||||
name: link2cid
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
app: link2cid
|
||||
|
@ -21,6 +22,7 @@ apiVersion: apps/v1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: link2cid
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -52,6 +54,7 @@ apiVersion: v1
|
|||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: link2cid
|
||||
namespace: default
|
||||
annotations:
|
||||
meta.helm.sh/release-name: fp
|
||||
meta.helm.sh/release-namespace: default
|
||||
|
|
Loading…
Reference in New Issue