mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 21:23:49 +00:00
Remove distributed crawler system and refactor backend to focus on Apple Gift Card Exchange functionality. Update deployment configurations and dependencies accordingly.
12 lines
346 B
YAML
12 lines
346 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ include "apple-exchange.fullname" . }}-secret
|
|
labels:
|
|
{{- include "apple-exchange.labels" . | nindent 4 }}
|
|
type: Opaque
|
|
data:
|
|
# These are placeholder values that should be overridden in production
|
|
DATABASE_PASSWORD: {{ randAlphaNum 16 | b64enc | quote }}
|
|
# Add other secrets as needed
|