Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto committed May 22, 2024
1 parent a439c97 commit 9c9141a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/proxy-helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: tftp-boot
mountPath: /srv/tftpboot
- name: config-volume
mountPath: /etc/apache2/apache_tuning.conf
mountPath: /etc/apache2/conf.d/apache_tuning.conf
subPath: apache_tuning
readOnly: true
ports:
Expand Down Expand Up @@ -61,7 +61,7 @@ spec:
- name: squid-cache
mountPath: /var/cache/squid
- name: config-volume
mountPath: /etc/squid/squid_tuning.conf
mountPath: /etc/squid/conf.d/squid_tuning.conf
subPath: squid_tuning
readOnly: true
ports:
Expand Down

0 comments on commit 9c9141a

Please sign in to comment.