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
|
||||
|
||||
image:
|
||||
repository: honestica/squid
|
||||
tag: 4.71
|
||||
pullPolicy: IfNotPresent
|
||||
repository: lib42/squid
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
# imagePullSecrets:
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
# Specify IP to whitelist if needed
|
||||
#loadBalancerSourceRanges: ""
|
||||
# Specify external IP if needed
|
||||
#loadBalancerIP: ""
|
||||
port: 80
|
||||
# annotations: {}
|
||||
|
@ -70,25 +68,10 @@ config: |
|
|||
httpd_suppress_version_string on
|
||||
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
# choice for the user. This also increases chances charts run on environments with little
|
||||
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||||
# 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
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
|
@ -100,3 +83,17 @@ metrics:
|
|||
repository: boynux/squid-exporter
|
||||
tag: v1.9
|
||||
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