Skip to content

Instantly share code, notes, and snippets.

View todd-dsm's full-sized avatar
🏗️
Just trying stuff...

Todd Thomas todd-dsm

🏗️
Just trying stuff...
  • smpl-cloud
  • SoCal
View GitHub Profile
@todd-dsm
todd-dsm / auto-deploy-values.yaml
Last active November 6, 2024 00:04
example gitlab auto devops config with annotations for vault, datadog, etc
# This is a fully-formed GitLab Pipeline using Auto DevOps:
# Location: root of the code repo: .gitlab/auto-deploy-values.yaml
# https://docs.gitlab.com/ee/topics/autodevops/#features
name: my-service
replicaCount: 3
strategyType:
enableSelector:
deploymentApiVersion: apps/v1
image:
repository: gitlab.com/myGroup/myProject/my-service
@todd-dsm
todd-dsm / override-values-tls.yaml
Last active April 25, 2023 07:05
vault ui definition; exposes the ui on 443 AND requires TLS for private COMMS; this is still raw
# Vault Helm Chart Value Overrides
global:
enabled: true
tlsDisable: false
#injector:
# enabled: true
# # Use the Enterprise Image
# image:
# repository: "hashicorp/vault-enterprise"