...
|
...
|
@@ -2,7 +2,7 @@ apiVersion: v1 |
|
|
kind: Service
|
|
|
metadata:
|
|
|
name: allied-creation-cooperation
|
|
|
namespace: <replace-your-k8s-namespace>
|
|
|
namespace: mmm-suplus-dev
|
|
|
labels:
|
|
|
k8s-app: allied-creation-cooperation
|
|
|
spec:
|
...
|
...
|
@@ -17,7 +17,7 @@ apiVersion: extensions/v1beta1 |
|
|
kind: Deployment
|
|
|
metadata:
|
|
|
name: allied-creation-cooperation
|
|
|
namespace: <replace-your-k8s-namespace>
|
|
|
namespace: mmm-suplus-dev
|
|
|
labels:
|
|
|
k8s-app: allied-creation-cooperation
|
|
|
spec:
|
...
|
...
|
|