7003d860b7
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
25 lines
490 B
YAML
25 lines
490 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: cpfarhood
|
|
|
|
resources:
|
|
- configmap.yaml
|
|
- statefulset.yaml
|
|
|
|
# Uncomment to create secrets from files
|
|
# secretGenerator:
|
|
# - name: antigravity-secrets
|
|
# literals:
|
|
# - github-token=ghp_your_token
|
|
# - vnc-password=your_password
|
|
|
|
commonLabels:
|
|
app: antigravity
|
|
environment: production
|
|
|
|
commonAnnotations:
|
|
managed-by: kustomize
|
|
description: "Antigravity Dev Container with Happy Coder"
|