You've already forked athens-proxy-charts
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
b239358446
|
Generated
-1
@@ -1917,7 +1917,6 @@
|
|||||||
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true,
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
|
|||||||
+2
-20
@@ -615,7 +615,6 @@ hpa:
|
|||||||
# target:
|
# target:
|
||||||
# averageUtilization: 65
|
# averageUtilization: 65
|
||||||
# type: Utilization
|
# type: Utilization
|
||||||
# type: Resource
|
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
maxReplicas: 10
|
maxReplicas: 10
|
||||||
|
|
||||||
@@ -701,13 +700,7 @@ networkPolicy:
|
|||||||
# - port: 22
|
# - port: 22
|
||||||
# protocol: TCP
|
# protocol: TCP
|
||||||
|
|
||||||
# Allow outgoing traffic to HTTP severs
|
# Allow outgoing HTTPS traffic to external go module servers
|
||||||
#
|
|
||||||
# - ports:
|
|
||||||
# - port: 80
|
|
||||||
# protocol: TCP
|
|
||||||
|
|
||||||
# Allow outgoing traffic to HTTPS severs
|
|
||||||
#
|
#
|
||||||
# - ports:
|
# - ports:
|
||||||
# - port: 443
|
# - port: 443
|
||||||
@@ -742,7 +735,7 @@ networkPolicy:
|
|||||||
# - port: http
|
# - port: http
|
||||||
# protocol: TCP
|
# protocol: TCP
|
||||||
|
|
||||||
# Allow incoming HTTP traffic from ingress-nginx or gateway-api.
|
# Allow incoming HTTP traffic from ingress-nginx.
|
||||||
#
|
#
|
||||||
# - from:
|
# - from:
|
||||||
# - namespaceSelector:
|
# - namespaceSelector:
|
||||||
@@ -755,17 +748,6 @@ networkPolicy:
|
|||||||
# - port: http
|
# - port: http
|
||||||
# protocol: TCP
|
# protocol: TCP
|
||||||
|
|
||||||
# - from:
|
|
||||||
# - namespaceSelector:
|
|
||||||
# matchLabels:
|
|
||||||
# kubernetes.io/metadata.name: gateway-api
|
|
||||||
# podSelector:
|
|
||||||
# matchLabels:
|
|
||||||
# gateway.networking.k8s.io/gateway-name: nginx
|
|
||||||
# ports:
|
|
||||||
# - port: http
|
|
||||||
# protocol: TCP
|
|
||||||
|
|
||||||
## @section Service
|
## @section Service
|
||||||
## @param service.enabled Enable the service.
|
## @param service.enabled Enable the service.
|
||||||
## @param service.annotations Additional service annotations.
|
## @param service.annotations Additional service annotations.
|
||||||
|
|||||||
Reference in New Issue
Block a user