Swap to our template design

This commit is contained in:
2025-10-14 05:00:32 -05:00
parent 65e892619f
commit cc9f513bbd

View File

@@ -1,7 +1,7 @@
(ns k8s.add-ons.s3proxy)
(def config
{:stack [:vault-secrets :deployment :service :ingress]
{:stack [:vault-secrets :deployment :service]
:app-namespace "s3proxy"
:app-name "s3proxy"
:image-port 80
@@ -12,7 +12,7 @@
{:template
{:spec
{:containers
[{:name "s3proxy"
[{:name "s3proxy"
:env [{:name "S3PROXY_AUTHORIZATION" :value "none"}
{:name "S3PROXY_ENDPOINT" :value "http://0.0.0.0:80"}
;;{:name "S3PROXY_IDENTITY" :value "local-identity"}