image: tag: 2.17.0 ingress: enabled: true hosts: - host: drone.icb4dc0.de paths: - path: / pathType: Prefix persistentVolume: enabled: false extraSecretNamesForEnvFrom: - drone-secrets env: ## REQUIRED: Set the user-visible Drone hostname, sans protocol. ## Ref: https://docs.drone.io/installation/reference/drone-server-host/ ## DRONE_SERVER_HOST: "drone.icb4dc0.de" DRONE_SERVER_PROTO: https DRONE_DATABASE_DRIVER: postgres DRONE_GIT_ALWAYS_AUTH: true DRONE_S3_ENDPOINT: http://minio.minio.svc.cluster.local:9000 DRONE_S3_BUCKET: drone DRONE_S3_PATH_STYLE: true AWS_DEFAULT_REGION: us-east-1 AWS_REGION: us-east-1 DRONE_REDIS_CONNECTION: redis://drone-session-cache-keydb:6379