reorg
This commit is contained in:
parent
8ca343f400
commit
8380944bdf
@ -4,12 +4,17 @@
|
|||||||
],
|
],
|
||||||
"kubernetes": {
|
"kubernetes": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"deployment\\.yaml$"
|
"Deployments\\*\\.yaml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"helm-values": {
|
"helm-values": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"values\\.*\\.yaml$"
|
"-values\\.yaml$"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"helmv3": {
|
||||||
|
"fileMatch": [
|
||||||
|
"-chart\\.yaml$"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
@ -25,3 +25,14 @@ spec:
|
|||||||
memory: "40Mi"
|
memory: "40Mi"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 1688
|
- containerPort: 1688
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: py-kms
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- port: 1688
|
||||||
|
targetPort: 1688
|
||||||
|
selector:
|
||||||
|
app: py-kms
|
@ -1,10 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: py-kms
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- port: 1688
|
|
||||||
targetPort: 1688
|
|
||||||
selector:
|
|
||||||
app: py-kms
|
|
Loading…
Reference in New Issue
Block a user