Content differences:
--- /etc/helmfile-defaults/sophroid/service.yaml.orig
+++ /etc/helmfile-defaults/sophroid/service.yaml
@@ -3965,6 +3965,77 @@
- eqiad
- codfw
state: production
+ wikifunctions-python-evaluator-staging:
+ description: Wikifunctions Python evaluator staging endpoint
+ encryption: true
+ ip:
+ codfw:
+ default: 10.2.1.69
+ eqiad:
+ default: 10.2.2.69
+ page: false
+ port: 30443
+ probes:
+ - type: http
+ host: wikifunctions-python-evaluator.k8s-staging.discovery.wmnet
+ path: "/_info"
+ sites:
+ - eqiad
+ - codfw
+ state: service_setup
+ wikifunctions-python-evaluator:
+ description: Wikifunctions Python evaluator endpoint
+ encryption: true
+ ip:
+ codfw:
+ default: 10.2.1.70
+ eqiad:
+ default: 10.2.2.70
+ page: false
+ probes:
+ - type: http
+ path: "/_info"
+ timeout: 10s
+ port: 30443
+ sites:
+ - eqiad
+ - codfw
+ state: service_setup
+ wikifunctions-javascript-evaluator-staging:
+ description: Wikifunctions JS evaluator staging endpoint
+ encryption: true
+ ip:
+ codfw:
+ default: 10.2.1.69
+ eqiad:
+ default: 10.2.2.69
+ page: false
+ port: 30443
+ probes:
+ - type: http
+ host: wikifunctions-javascript-evaluator.k8s-staging.discovery.wmnet
+ path: "/_info"
+ sites:
+ - eqiad
+ state: service_setup
+ wikifunctions-javascript-evaluator:
+ description: Wikifunctions JS evaluator endpoint
+ encryption: true
+ ip:
+ codfw:
+ default: 10.2.1.70
+ eqiad:
+ default: 10.2.2.70
+ page: false
+ probes:
+ - type: http
+ path: "/_info"
+ timeout: 10s
+ port: 30443
+ sites:
+ - eqiad
+ - codfw
+ state: service_setup
config-master:
description: config-master.wikimedia.org service for browsing configuration data
from etcd.