Skip to content

Instantly share code, notes, and snippets.

@x95castle1
Last active August 16, 2024 13:16
Show Gist options
  • Save x95castle1/1df4a32742959327fbbc468a0871f9fa to your computer and use it in GitHub Desktop.
Save x95castle1/1df4a32742959327fbbc468a0871f9fa to your computer and use it in GitHub Desktop.
Increase TAP GUI HTTPProxy Timeout
apiVersion: v1
kind: Secret
metadata:
name: tap-gui-timeout-overlay
namespace: tap-install
stringData:
tap-gui-timeout-overlay.yaml: |
#@ load("@ytt:overlay", "overlay")
#@overlay/match by=overlay.subset({"kind": "HTTPProxy", "metadata": {"name": "tap-gui"}})
---
spec:
routes:
#@overlay/match by=overlay.subset({"services": [{"name": "server"}]})
#@overlay/match-child-defaults missing_ok=True
- timeoutPolicy:
idle: 60s
response: 60s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment