blob: 9b3a9b4396c43d9996aa92113057b30603541d47 [file]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
oap:
config:
metadata-service-mapping.yaml: |
serviceName: e2e::${LABELS."service.istio.io/canonical-name"}
serviceInstanceName: ${NAME}
# E2E runs with the chart's shipped defaults — admin/admin and
# skywalking/skywalking — so a developer port-forwarding into a kind cluster
# can log in interactively while reproducing a CI failure. These are the
# same hashes that ship in chart/skywalking/values.yaml; we re-state them
# here so the test overlay is explicit about what the credentials are.
ui:
config:
auth:
backend: local
local:
users:
- username: admin # password: admin
passwordHash: "$argon2id$v=19$m=65536,t=3,p=4$eemqy1r72oSXR58y8VpRqw$Bn/dULrmJTHEi3263KfgWDEwQmUsqNLi3xwyv/DekHM"
roles: [admin]
- username: skywalking # password: skywalking
passwordHash: "$argon2id$v=19$m=65536,t=3,p=4$Zqj8HhQDqm8d5c2MipHYZw$BsaCnu4bdd4uadIldx3wwYLsdo47Thxb7Lv1MXpWG2Q"
roles: [viewer, maintainer]
elasticsearch:
nodeSets:
- name: default
count: 1
config:
node.store.allow_mmap: false
cluster.routing.allocation.disk.watermark.low: 90%
cluster.routing.allocation.disk.watermark.high: 99%
cluster.routing.allocation.disk.watermark.flood_stage: 99%
podTemplate:
spec:
containers:
- name: elasticsearch
resources:
limits:
memory: 2Gi
requests:
cpu: 100m
memory: 2Gi