mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +00:00
update(proxy): use lib42/squid
This commit is contained in:
parent
0bdaf47d43
commit
30877807a1
1 changed files with 21 additions and 24 deletions
|
@ -5,16 +5,14 @@
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: honestica/squid
|
repository: lib42/squid
|
||||||
tag: 4.71
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
# imagePullSecrets:
|
# imagePullSecrets:
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
# Specify IP to whitelist if needed
|
|
||||||
#loadBalancerSourceRanges: ""
|
#loadBalancerSourceRanges: ""
|
||||||
# Specify external IP if needed
|
|
||||||
#loadBalancerIP: ""
|
#loadBalancerIP: ""
|
||||||
port: 80
|
port: 80
|
||||||
# annotations: {}
|
# annotations: {}
|
||||||
|
@ -70,25 +68,10 @@ config: |
|
||||||
httpd_suppress_version_string on
|
httpd_suppress_version_string on
|
||||||
|
|
||||||
|
|
||||||
resources: {}
|
resources:
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
limits:
|
||||||
# choice for the user. This also increases chances charts run on environments with little
|
cpu: 500m
|
||||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
memory: 512Mi
|
||||||
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
||||||
# limits:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
# requests:
|
|
||||||
# cpu: 100m
|
|
||||||
# memory: 128Mi
|
|
||||||
|
|
||||||
nodeSelector: {}
|
|
||||||
|
|
||||||
tolerations: []
|
|
||||||
|
|
||||||
affinity: {}
|
|
||||||
|
|
||||||
releaseAntiAffinity: true
|
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -100,3 +83,17 @@ metrics:
|
||||||
repository: boynux/squid-exporter
|
repository: boynux/squid-exporter
|
||||||
tag: v1.9
|
tag: v1.9
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
runAsUser: 31
|
||||||
|
runAsGroup: 31
|
||||||
|
fsGroup: 31
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
|
privileged: false
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
|
Loading…
Reference in a new issue