Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci: add headlamp
Browse files Browse the repository at this point in the history
  • Loading branch information
iaguis committed Oct 13, 2020
1 parent 0c9a950 commit a615385
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/aks/aks-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,10 @@ component "httpbin" {
component "experimental-istio-operator" {
enable_monitoring = true
}

component "headlamp" {
ingress {
host = "headlamp.${var.cluster_name}.${var.aws_dns_zone}"
certmanager_cluster_issuer = "letsencrypt-staging"
}
}
7 changes: 7 additions & 0 deletions ci/aws/aws-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,10 @@ component "aws-ebs-csi-driver" {}
component "experimental-istio-operator" {
enable_monitoring = true
}

component "headlamp" {
ingress {
host = "headlamp.$CLUSTER_ID.$AWS_DNS_ZONE"
certmanager_cluster_issuer = "letsencrypt-staging"
}
}
7 changes: 7 additions & 0 deletions ci/packet/packet-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,10 @@ component "httpbin" {
component "experimental-istio-operator" {
enable_monitoring = true
}

component "headlamp" {
ingress {
host = "headlamp.$CLUSTER_ID.$AWS_DNS_ZONE"
certmanager_cluster_issuer = "letsencrypt-staging"
}
}

0 comments on commit a615385

Please sign in to comment.