apiVersion: v1 kind: Secret metadata: name: couchdb-secret labels: app: ${APP_NAME:-rxminder} component: database type: Opaque stringData: # These values will be automatically base64 encoded by Kubernetes # Update these in your .env file before deployment username: ${COUCHDB_USER:-admin} password: ${COUCHDB_PASSWORD:-change-this-secure-password}