You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/02/26 23:31:08 UTC

[trafficserver-ingress-controller] branch master updated: Create new namespace file (#105)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 05ac5c1  Create new namespace file (#105)
05ac5c1 is described below

commit 05ac5c12c0d6b43b1a4843d6d73daffe64de7e47
Author: Kit Chan <ki...@apache.org>
AuthorDate: Sat Feb 26 15:31:05 2022 -0800

    Create new namespace file (#105)
---
 k8s/traffic-server/ats-ns.yaml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/k8s/traffic-server/ats-ns.yaml b/k8s/traffic-server/ats-ns.yaml
new file mode 100644
index 0000000..eae88e4
--- /dev/null
+++ b/k8s/traffic-server/ats-ns.yaml
@@ -0,0 +1,20 @@
+#  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.
+
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: trafficserver-test