Skip to content

Commit

Permalink
add ingress setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgild committed Mar 20, 2024
1 parent ab3d9d0 commit 6080dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra-apps/infisical-token.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
data:
infisicalToken: redacted
infisicalToken: <FILL_IN_HERE>
kind: Secret
metadata:
name: service-token
Expand Down
4 changes: 2 additions & 2 deletions infra-apps/loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ gateway:
tls:
- secretName: loki-gateway-tls # replace with your secret name
hosts:
- loki-gateway.domain.com
- <FILL_IN_HERE>


# table_manager:
# retention_deletes_enabled: false
# retention_period: 0s

# helm upgrade --install loki grafana/loki -f loki.yaml
# helm upgrade --install loki grafana/loki -f loki.yaml



0 comments on commit 6080dd1

Please sign in to comment.