reorg
This commit is contained in:
parent
8ca343f400
commit
8380944bdf
@ -4,12 +4,17 @@
|
||||
],
|
||||
"kubernetes": {
|
||||
"fileMatch": [
|
||||
"deployment\\.yaml$"
|
||||
"Deployments\\*\\.yaml$"
|
||||
]
|
||||
},
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"values\\.*\\.yaml$"
|
||||
"-values\\.yaml$"
|
||||
]
|
||||
},
|
||||
"helmv3": {
|
||||
"fileMatch": [
|
||||
"-chart\\.yaml$"
|
||||
]
|
||||
},
|
||||
"packageRules": [
|
||||
|
@ -25,3 +25,14 @@ spec:
|
||||
memory: "40Mi"
|
||||
ports:
|
||||
- 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